home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / hess < prev    next >
Text File  |  1994-02-21  |  284b  |  15 lines

  1. hess:
  2.  
  3. Syntax:    hess( A )
  4.  
  5. Description:
  6.  
  7.     Hess finds the Hessenberg from of a matrix. Hess takes a
  8.     single matrix as input, and returns a list with two elements,
  9.     h, and p.
  10.  
  11.         A = p * h * p'        where A is the input
  12.  
  13.     Hess uses the LAPACK subroutines DGEHRD, DORGHR, and ZGEHRD,
  14.     ZUNGHR.
  15.